go.pact.im/x/goupdate.textGenerator.sectionModuleDiffPackages (method)

3 uses

	go.pact.im/x/goupdate (current package)
		textgen.go#L183: 	return g.sectionModuleDiffPackages("REMOVED PACKAGES", pkgs)
		textgen.go#L187: 	return g.sectionModuleDiffPackages("ADDED PACKAGES", pkgs)
		textgen.go#L190: func (g *textGenerator) sectionModuleDiffPackages(title string, pkgs []*packages.Package) error {